#ueberschrift {
	width: 100%;
	margin-right: auto;
	margin-left: auto;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-content: flex-start;
    -ms-flex-line-pack: start;
    align-content: flex-start;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
#ueberschrift #bild {
	max-width:500px;
	background-image: url(../../bilder/bilder/kundenzufriedenheit.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	height: 295px;
	width: 100%;
	border-radius: 10px;
}
#ueberschrift #text {
}
#referenzen-1 {
	float: left;
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;

    -webkit-flex-direction: row;
    -ms-flex-direction: row;
	flex-direction: row;

    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
	flex-wrap: wrap;

    -webkit-justify-content: center;
    -ms-flex-pack: center;
	justify-content: center;

    -webkit-align-content: flex-start;
    -ms-flex-line-pack: start;
	align-content: flex-start;

    -webkit-align-items: flex-start;
    -ms-flex-align: start;
	align-items: flex-start;
	margin-top: 30px;
	margin-bottom: 30px;
}
#referenzen-1 #titel {
	font-size: 130%;
	width: 60%;
	margin-right: 20%;
	margin-bottom: 20px;
	margin-left: 20%;
	text-align: center;
	color: #FF6600;
}

#referenzen-1 #box {
	margin: 20px;
	height: 350px;
	width: 450px;
	box-shadow: 10px 10px 15px silver;
}
#referenzen-box iframe {
	width: 100%;
	margin-right: auto;
	margin-left: auto;
}
